import { IOptions } from './options';
/**
 * Detects the domain based on rules and upon and a host string
 */
export default function getDomain(suffix: string, hostname: string, options: IOptions): string | null;
