interface Options { prompt?: string; } export declare function getPass(opts: Options | ((err: Error | null, password?: string) => void), cb?: (err: Error | null, password?: string) => void): void; export {};