import { Writable } from 'node:stream'; import type { IMastraLogger } from '@mastra/core/logger'; export declare const createPinoStream: (logger: IMastraLogger) => Writable; export declare function createChildProcessLogger({ logger, root }: { logger: IMastraLogger; root: string; }): ({ cmd, args, env }: { cmd: string; args: string[]; env: Record; }) => Promise; //# sourceMappingURL=log.d.ts.map