/**
* Returns the right domain corresponding to the user's key type.
* @property params used to check if you have a valid authentication key.
* @returns the free or paid host url.
*/exportdeclarefunctiongetDomain(params: {
auth_key: string;
}): string;