import MiniSandbox from '../index'; import { LocalFileType } from '../type'; export declare function getCssLibs(this: MiniSandbox, config: LocalFileType): Promise; export declare function getJsLibs(this: MiniSandbox, config: LocalFileType): Promise; export declare function getScriptForTab(this: MiniSandbox, config: LocalFileType): Promise; export declare function getImportMap(this: MiniSandbox, config: LocalFileType): any; export declare const getEsmsInitOptions: (esModules?: {}) => string;