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