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