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