import { TranspilerInterface, TraverseObject } from './transpiler.interface'; import { ErrorReporter } from '../ErrorReporter'; export declare class ImportExportTranspiler implements TranspilerInterface { traverseObject(reporter: ErrorReporter): TraverseObject; } //# sourceMappingURL=ImportExportTranspiler.d.ts.map