export type e2eSetUserPublicAndPrivateKeysParamsPOST = { public_key: string; private_key: string; force?: boolean; }; export declare const ise2eSetUserPublicAndPrivateKeysParamsPOST: import("ajv").ValidateFunction; //# sourceMappingURL=e2eSetUserPublicAndPrivateKeysParamsPOST.d.ts.map