import { MatchingLogic } from "../../Matchers"; import { FailedMatchReport, MatchReport } from "../../MatchReport"; export declare function failedMatchReport(matcher: MatchingLogic, params: { matched?: string; offset: number; parseNodeName?: string; reason: string; children?: MatchReport[]; }): FailedMatchReport;