import type { ExtensionUIContext } from '@earendil-works/pi-coding-agent'; /** TUI-only input that keeps the real value out of rendered terminal lines. */ export declare function promptSecret(ui: ExtensionUIContext, title: string): Promise; //# sourceMappingURL=secret-input.d.ts.map