import type { ApiClient } from "@promobase/sdk-runtime"; export interface StoreLocationFields { full_address: string; hours: Record; id: string; phone_number: string; pickup_options: string[]; price_range: string; store_code: string; zip_code: string; } export declare function storeLocationNode(client: ApiClient, id: string): { __path: string; __brand: StoreLocationFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=store-location.d.ts.map