export declare class OrderPaymentPixEntity {
    pixKey: string;
    urlQrImage: string;
    constructor(data?: Partial<OrderPaymentPixEntity>);
}
