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