import { ChainService } from '../../../service/chainService'; import { ContractIdList } from '../../../typings/contractIdList'; import { GetAllContractIdsArgs } from '../../../typings/args/getAllContractIdsArgs'; export declare const getAllContractIds: (service: ChainService) => (args?: GetAllContractIdsArgs) => Promise;