import * as yup from 'yup'; export type LockWalletRequest = undefined; export type LockWalletResponse = undefined; export declare const LockWalletRequestSchema: yup.MixedSchema; export declare const LockWalletResponseSchema: yup.MixedSchema; //# sourceMappingURL=lock.d.ts.map