/** * @param {string} url */ export function checker(url: string, timeout?: number, web?: boolean): Promise;