declare module 'valid-url' { export function isWebUri( url: string | null ): boolean; }