export declare class CreateCheckoutSessionDto {
    amount: number;
}
