/** * Compute the rel and add noopener and noreferrer if target are _blank * https://thecodest.co/blog/web-app-security-target-_blank-vulnerability/ * @param target * @param rel * @returns {string|*} */ export declare const computeRel: (target: string, rel?: string) => string;