import type { ApiClient } from "@promobase/sdk-runtime"; export interface PlaceTopicFields { count: number; has_children: boolean; icon_url: string; id: string; name: string; plural_name: string; top_subtopic_names: string[]; } export declare function placeTopicNode(client: ApiClient, id: string): { __path: string; __brand: PlaceTopicFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=place-topic.d.ts.map