import { IPaymentCash } from '../interfaces';
export declare class PaymentCashEntity implements IPaymentCash {
    changeFor: number;
    constructor(data?: Partial<PaymentCashEntity>);
}
