import Service from '../../../serviceFactory/Service'; import GetStatementsOptions from '../../../serviceFactory/options/GetStatementsOptions'; declare type FilteredStatementsAsserter = (service: Service) => (opts: GetStatementsOptions, expectedIds: string[]) => Promise; export default FilteredStatementsAsserter;