/** Read a secret value from stdin without echoing keystrokes. */ export declare function readSecretValue(prompt: string): Promise; //# sourceMappingURL=secretInput.d.ts.map