export declare const log: { info: (msg: string) => void; warn: (msg: string) => void; error: (msg: string) => void; }; //# sourceMappingURL=log.d.ts.map