import { providers } from 'ethers'; import BaseService from '../commons/BaseService'; import { tEthereumAddress } from '../commons/types'; import { ReverseRecords } from './typechain/ReverseRecords'; export declare class ReverseRecordsService extends BaseService { instance: ReverseRecords; constructor(provider: providers.Provider, address: string); getNames(users: tEthereumAddress[]): Promise; } //# sourceMappingURL=index.d.ts.map