export declare const getEmitName: (str: string) => string;
export declare const draf: (cb: any) => number;
export declare function insertScript(src: string, id: string, parentElement: any): HTMLScriptElement;
export declare function removeScript(id: string, parentElement: any): void;
