export declare const setup: { name: string; assetId: string; version: string; shortDescription: string; developerDocumentation: string; npmPackage: string; sourceGithub: string; userGuide: string; apiVersion: string; runTimeDependencies: { externals: { "@youwol/http-primitives": string; "@youwol/rx-tree-views": string; "@youwol/rx-vdom": string; "@youwol/webpm-client": string; codemirror: string; esprima: string; "highlight.js": string; marked: string; rxjs: string; }; includedInBundle: {}; }; externals: { "@youwol/http-primitives": { commonjs: string; commonjs2: string; root: string; }; "@youwol/rx-tree-views": { commonjs: string; commonjs2: string; root: string; }; "@youwol/rx-vdom": { commonjs: string; commonjs2: string; root: string; }; "@youwol/webpm-client": { commonjs: string; commonjs2: string; root: string; }; codemirror: { commonjs: string; commonjs2: string; root: string; }; esprima: { commonjs: string; commonjs2: string; root: string; }; "highlight.js": { commonjs: string; commonjs2: string; root: string; }; marked: { commonjs: string; commonjs2: string; root: string; }; rxjs: { commonjs: string; commonjs2: string; root: string; }; "rxjs/fetch": { commonjs: string; commonjs2: string; root: string[]; }; "rxjs/operators": { commonjs: string; commonjs2: string; root: string[]; }; }; exportedSymbols: { "@youwol/http-primitives": { apiKey: string; exportedSymbol: string; }; "@youwol/rx-tree-views": { apiKey: string; exportedSymbol: string; }; "@youwol/rx-vdom": { apiKey: string; exportedSymbol: string; }; "@youwol/webpm-client": { apiKey: string; exportedSymbol: string; }; codemirror: { apiKey: string; exportedSymbol: string; }; esprima: { apiKey: string; exportedSymbol: string; }; "highlight.js": { apiKey: string; exportedSymbol: string; }; marked: { apiKey: string; exportedSymbol: string; }; rxjs: { apiKey: string; exportedSymbol: string; }; }; entries: { '@youwol/mkdocs-ts': string; }; secondaryEntries: { [k: string]: { entryFile: string; name: string; loadDependencies: string[]; }; }; getDependencySymbolExported: (module: string) => string; installMainModule: ({ cdnClient, installParameters }: { cdnClient: { install: (unknown: any) => Promise; }; installParameters?: any; }) => Promise; installAuxiliaryModule: ({ name, cdnClient, installParameters }: { name: string; cdnClient: { install: (unknown: any) => Promise; }; installParameters?: any; }) => Promise; getCdnDependencies(name?: string): string[]; };