export declare const SIGNED_KEY_REQUEST_VALIDATOR_EIP_712_DOMAIN: { name: string; version: string; chainId: number; verifyingContract: `0x${string}`; }; export declare const SIGNED_KEY_REQUEST_TYPE: { name: string; type: string; }[];