import type { Runtime } from '../members.ts'; declare const RUNTIMES: Runtime[]; export { RUNTIMES }; export type { Runtime }; export declare function confirmOverwrite(): Promise; export declare function promptRuntime(): Promise; export declare function promptMembers(): Promise; //# sourceMappingURL=ui.d.ts.map