import { type LoggerConfig } from '@goldstack/utils-cli'; export declare function setLogger(config: LoggerConfig): void; export declare function debug(msg: string, properties?: any): void; export declare function info(msg: string, properties?: any): void; export declare function warn(msg: string, properties?: any): void; export declare function error(msg: string, properties?: any): void; export declare const fatal: (msg: string) => void; //# sourceMappingURL=utilsLog.d.ts.map