interface EntryRuntimeIo { stdout: (value: string) => void; stderr: (value: string) => void; } export declare function runCometEntryRuntime(args: readonly string[], io?: EntryRuntimeIo): Promise; export {}; //# sourceMappingURL=entry-runtime.d.ts.map