import { HandlerParamsOne, HandlerParamsTwo } from "../model/log"; export declare function handlerLog({ key, environment, publicRSA }: HandlerParamsOne, { type, tag, message, accessKey, secretKey }: HandlerParamsTwo): Promise; //# sourceMappingURL=report.d.ts.map