export { treeShake }; declare function treeShake(code: string, id: string): Promise<{ code: string; map: import('magic-string').SourceMap | undefined; } | undefined>;