/**
 * 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.
 */
export declare function getDomain(params: {
    auth_key: string;
}): string;
