import { Errors } from './type'; import { IParserState } from '../parser/type'; export declare function report(parser: IParserState, type: Errors, ...params: string[]): void; export declare function reportWithPosition(index: number, line: number, column: number, type: Errors): never; export * from './errorMessage'; export * from './type'; //# sourceMappingURL=index.d.ts.map