interface Transpiled {
    format: 'commonjs' | 'module';
    source: string;
}
declare function transpileTypeScriptFile(url: string): Promise<Transpiled>;

export { transpileTypeScriptFile };
