import type { ApiClient } from "@promobase/sdk-runtime"; export interface OffsitePixelFields { creator: string; id: string; js_pixel: string; last_firing_time: string; name: string; tag: string; } export declare function offsitePixelNode(client: ApiClient, id: string): { __path: string; __brand: OffsitePixelFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=offsite-pixel.d.ts.map