import type { ApiClient } from "@promobase/sdk-runtime"; import type { ProfileFields } from "./profile.ts"; export interface PlayableContentFields { id: string; name: string; owner: ProfileFields; } export declare function playableContentNode(client: ApiClient, id: string): { __path: string; __brand: PlayableContentFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=playable-content.d.ts.map