import { type TrustedData } from '../types.js'; export type VerifyFrameParameters = { fetchOptions?: RequestInit; frameUrl: string; hubApiUrl: string; trustedData: TrustedData; url: string; }; export declare function verifyFrame({ fetchOptions, frameUrl, hubApiUrl, trustedData, url, }: VerifyFrameParameters): Promise; //# sourceMappingURL=verifyFrame.d.ts.map