export declare const recoverTypedSignaturePubKey: (data: any, signature: string) => string; export declare const recoverTypedSignaturePubKeyPf: (data: any, signature: string, pfUrl: string) => Promise;