export declare const remainder: (b: number) => (a: number) => number;
