import { BytesLike } from "ethers"; export declare class P256VerificationData { authenticatorData: BytesLike; clientDataJSONLeft: string; clientDataJSONRight: string; constructor(authenticatorData: BytesLike, clientDataJSONLeft: string, clientDataJSONRight: string); } //# sourceMappingURL=P256VerificationData.d.ts.map