import * as yup from 'yup'; export type EncryptWalletRequest = { passphrase: string; }; export type EncryptWalletResponse = undefined; export declare const EncryptWalletRequestSchema: yup.ObjectSchema; export declare const EncryptWalletResponseSchema: yup.MixedSchema; //# sourceMappingURL=encrypt.d.ts.map