/** * 创建 script 标签 * @param url {string} src的地址 */ export default function createScript(url: string): void;