import { Filter, Interceptor, Lincoln, Options } from '@nofrills/lincoln'; export declare const DebugInterceptor: Interceptor; export declare const CreateOptions: (namespace: string, filters?: Iterable<[string, Filter]> | readonly [string, Filter][] | undefined, interceptors?: Iterable<[string, Interceptor]> | readonly [string, Interceptor][] | undefined) => Options; export declare const CreateLogger: (options: string | Options | Partial) => Lincoln; //# sourceMappingURL=index.d.ts.map