import types from './types'; declare function loadJs(src: string, cb?: types.AnyFn): void; export default loadJs;