export declare const isValidURL: (v: string, protocols: Array<'http' | 'https' | 'rtmp' | 'rtmps'>) => boolean; export declare const isSecureURL: (v: string) => boolean; export declare const isPlainURL: (v: string) => boolean;