export declare function roundNumberToIncrement(quantity: number, increment: number, mode: 'halfExpand' | 'ceil' | 'trunc' | 'floor'): number;