export declare const setDebug: (isDebug: boolean) => void; export declare const logger: (section: string) => { debug: (...rest: any[]) => void; log: (...rest: any[]) => void; warn: (...rest: any[]) => void; error: (...rest: any[]) => void; }; //# sourceMappingURL=logger.d.ts.map