export declare class PaymentMerchantDTO {
    readonly id: string;
}
