import type { ApiClient } from "@promobase/sdk-runtime"; export interface IGRefreshAccessTokenForIGOnlyAPIFields { access_token: string; expires_in: number; permissions: string; token_type: string; } export declare function iGRefreshAccessTokenForIGOnlyAPINode(client: ApiClient, id: string): { __path: string; __brand: IGRefreshAccessTokenForIGOnlyAPIFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=ig-refresh-access-token-for-ig-only-api.d.ts.map