export declare class OrderPaymentWalletEntity {
    name: string;
    constructor(data?: Partial<OrderPaymentWalletEntity>);
}
