export interface AppenderProvider { provide: any; instance?: any; defaultLayout?: string; } export declare const AppendersRegistry: Map;