export interface AbstractSyntaxTreeFactory { convert(filePath: string, source: string): S; } //# sourceMappingURL=AbstractSyntaxTreeFactory.d.ts.map