export declare const getFuzzySearch: (list: any) => (answers: any, input: any) => Promise; export declare const getFuzzySearchNames: (nameValueItemList: any) => (answers: any, input: any) => Promise; export declare const decryptPrompt: (str: any, argv: any) => Promise; export declare const encryptPrompt: (str: any, argv: any) => Promise; export declare const decryptString: (str: any, argv: any) => Promise; export declare const encryptString: (str: any, argv: any) => Promise; export declare const getKeychainPassword: ({ account, service }: { account: any; service: any; }) => Promise; export declare const prompt: (questions?: any[], argv?: {}) => Promise; export declare const getKeychainAccount: () => string; export declare const promptMnemonic: (argv?: {}) => Promise; export declare const promptRpcEndpoint: (choices: string[], argv: any) => Promise; export declare const promptRestEndpoint: (choices: string[], argv: any) => Promise; export declare const promptChain: (argv: any) => Promise; export declare const promptChainIdAndChain: (argv: any) => Promise; export declare const getPools: (validator: any, argv: any) => Promise<{ name: any; value: string; }[]>;