import { IDomainEntry, IHubRequestOptions } from "../../hub-types"; /** * Create an entry in the domain system * @param {IHubDomain} domainEntry Domain hash to be stored * @param {IHubRequestOptions} hubRequestOptions */ export declare function addDomain(domainEntry: Partial, hubRequestOptions: IHubRequestOptions): Promise;