declare const appendElement: (elem: HTMLScriptElement | HTMLLinkElement) => HTMLScriptElement | HTMLLinkElement; declare const appendLink: (rel: string, href: string) => void; export { appendElement, appendLink };