import type { ApiClient } from "@promobase/sdk-runtime"; export interface GeoGatingPolicyFields { after_schedule: string; exclude_country: string[]; id: string; include_country: string[]; name: string; valid_from: string; valid_until: string; } export declare function geoGatingPolicyNode(client: ApiClient, id: string): { __path: string; __brand: GeoGatingPolicyFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=geo-gating-policy.d.ts.map