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