declare function useScript(url: string, async?: boolean, appendToHeadOrBody?: 'head' | 'body'): boolean[]; export default useScript;