export declare const isHashLink: (url: string) => boolean; export declare const isValidUrl: (url: string) => boolean; export declare const addUrlProtocol: (url: string) => string; export declare const autoFormatOrResetUrl: (url: string) => string;