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