import type { ApiClient } from "@promobase/sdk-runtime"; import { Cursor } from "@promobase/sdk-runtime"; export interface IGUserExportForCAMFields { age_bucket: string; biography: string; country: string; email: string; gender: string; has_brand_partnership_experience: boolean; id: string; is_account_verified: boolean; is_paid_partnership_messages_enabled: boolean; messaging_id: string; onboarded_status: boolean; past_brand_partnership_partners: string[]; portfolio_url: string; profile_picture_url: string; username: string; } export interface IGUserExportForCAMListInsightsParams { breakdown?: string; metrics?: string[]; period?: string; time_range?: string; [key: string]: unknown; } export declare function iGUserExportForCAMNode(client: ApiClient, id: string): { __path: string; __brand: IGUserExportForCAMFields; brandedContentMedia: )[]>(opts: { fields: F; params?: Record; }) => Cursor, F[number]>>; insights: )[]>(opts: { fields: F; params?: IGUserExportForCAMListInsightsParams; }) => Cursor, F[number]>>; pastPartnershipAdsMedia: )[]>(opts: { fields: F; params?: Record; }) => Cursor, F[number]>>; recentMedia: )[]>(opts: { fields: F; params?: Record; }) => Cursor, F[number]>>; }; //# sourceMappingURL=ig-user-export-for-cam.d.ts.map