export declare const moveFeeCategoryDown: (feeCategoryId: number | string) => boolean;
export default moveFeeCategoryDown;