import BaseClass from "../utils/BaseClass"; import { MultiRelationship } from "../typings/Library"; import { CheckoutComPaymentCollection } from './CheckoutComPayment'; export declare class CheckoutComGatewayCollection extends BaseClass { static className: string; secretKey: string; publicKey: string; webhookEndpointId: string; webhookEndpointSecret: string; webhookEndpointUrl: string; createdAt: Date; id: string; metadata: object; reference: string; referenceOrigin: string; updatedAt: Date; checkoutPaymentPayments: () => MultiRelationship; loadCheckoutPaymentPayments: () => MultiRelationship; static define(): void; } declare const CheckoutComGateway: import("../typings/Library").BaseResource; export default CheckoutComGateway;