import type { Logger, LoggerOptions } from "./types"; export declare function createStreamLogger(id: string, namespace: string, options?: LoggerOptions): Logger; //# sourceMappingURL=stream-logger.d.ts.map