import { ReusableDto } from '../shared/reusable.dto'; export declare class TransactionCashInOutCreateDto extends ReusableDto { amount: number; description: string; caisseId?: string; userId: string; paymentMethodId?: string; }