import { HostLogger, ShellLogger, EntryPoint, AppHost } from './API'; export declare const ConsoleHostLogger: HostLogger; export declare function createShellLogger(host: AppHost, entryPoint: EntryPoint): ShellLogger; //# sourceMappingURL=loggers.d.ts.map