import { LogConsumerAdapter } from "../log-consumer-adapter.interface"; export interface FileLogConsumerOptions { path: string; } export declare const createFileLogConsumer: (options: FileLogConsumerOptions) => LogConsumerAdapter; //# sourceMappingURL=create-file-log-consumer.function.d.ts.map