import type { LoggerDE } from 'myst-cli-utils';
import type { ISession } from '../../session/types.js';
export declare function createServerLogger(session: ISession, ready: () => void): LoggerDE;
//# sourceMappingURL=logger.d.ts.map