/** * Returns a hash for a website * * @param url * @throws {Error} if the URL is invalid * @returns */ export declare function hashWebsite(url: string): string;