export declare function handler(event: any): Promise<{
    statusCode: number;
    body: string;
}>;
//# sourceMappingURL=cost-monitor.d.ts.map