/** * normalizeLink(url) -> String * * Function used to encode link url to a machine-readable format, * which includes url-encoding, punycode, etc. **/ export declare const normalizeLink: (url: any) => any;