import { ScriptTarget } from 'typescript'; export declare function toTsScriptTarget(target: string): ScriptTarget | undefined;