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