/** * Adds a frame to the user's farcaster account, enabling notifications. * @returns The notification details of the frame added or null if the frame was not added successfully. */ export declare function useAddFrame(): () => Promise<{ url: string; token: string; } | null>; //# sourceMappingURL=useAddFrame.d.ts.map