import ASTGenerator, { ASTGeneratorOutputNode } from './ASTGenerator'; export default class DetailedErrorPrinter { #private; constructor(astGenerator: ASTGenerator); print(node: ASTGeneratorOutputNode): void; } //# sourceMappingURL=DetailedErrorPrinter.d.ts.map