export declare function moveFeeDown(feeId: number | string): Promise; export declare function moveFeeDownToBottom(feeId: number | string): Promise; export declare function moveFeeUp(feeId: number | string): Promise; export declare function moveFeeUpToTop(feeId: number | string): Promise; export default moveFeeUp;