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