export declare class CreatePaymentDto {
    orderId: string;
    amount: number;
    method: string;
}
