export default class NormalisedURLDomain { private value; constructor(url: string); getAsStringDangerous: () => string; }