import type { LobehubSit } from "../client.mjs"; export declare abstract class APIResource { protected _client: LobehubSit; constructor(client: LobehubSit); } //# sourceMappingURL=resource.d.mts.map