import { CashFoundType } from '../types';
declare type ObjectDataType = {
    value: [];
};
export declare const processGetCashFundsResultListObject: (objectData: ObjectDataType) => CashFoundType;
export {};
//# sourceMappingURL=processGetCashFundsResultListObject.d.ts.map