/** * Simple script loader that returns a promise. */ export default function loadScript(url: string): Promise;