import { QueryOptions } from '@apollo/client/core'; import BigNumber from 'bignumber.js'; import { Investment } from '../../middleware/types'; import { PaginatedQueryArgs, QueryArgs } from '../../types/utils'; /** * @hidden * * Get all investments for a given offering */ export declare function investmentsQuery(filters: QueryArgs, size?: BigNumber, start?: BigNumber): QueryOptions>>; //# sourceMappingURL=stos.d.ts.map