import type { DeployMode } from '@agentworkforce/deploy'; export declare const BUILD_YOUR_OWN_RUNTIME_DOCS_URL = "https://agentrelay.com/docs/runtimes"; export type RuntimePickerResult = DeployMode | 'docs'; export declare function pickRuntime(opts?: { input?: NodeJS.ReadableStream; output?: NodeJS.WritableStream; }): Promise; //# sourceMappingURL=runtime-picker.d.ts.map