export declare const calculate: (weight: number, height: number) => Promise<any>;
