export declare class Calculate {
    static calculateCost(): Promise<void>;
}
//# sourceMappingURL=Calculator.d.ts.map