export declare type CashFoundType = {
    id: string;
    currencyCode: string;
    value: number;
    handling: string;
};
//# sourceMappingURL=CashFoundType.d.ts.map