export declare class CreateCheckoutSessionResponseDto { checkoutSessionUrl: string; constructor(checkoutSessionUrl: string); }