import { EthereumContractAddress } from "./EthereumContractAddress";
export declare class RegistryModule {
    name: string;
    address: EthereumContractAddress;
    constructor(name: string, address: EthereumContractAddress);
}
//# sourceMappingURL=RegistryModule.d.ts.map