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