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