import { AugnitoAPIServer } from '../config/AugnitoConfig';
/**
 * Return the path of the domain from an AugnitoAPIServer
 * @param server the current server
 * @returns the domain path
 */
declare const getDomainName: (server: AugnitoAPIServer | string) => string;
export { getDomainName };
