import * as yup from 'yup'; export type UnlockWalletRequest = { passphrase: string; timeout?: number; }; export type UnlockWalletResponse = undefined; export declare const UnlockWalletRequestSchema: yup.ObjectSchema; export declare const UnlockWalletResponseSchema: yup.MixedSchema; //# sourceMappingURL=unlock.d.ts.map