import { Transport } from '../transports/transport';
export declare type LoggerConfig = {
    transports: Transport[];
    levels: string[];
};
