import { DangerResults } from"../../../dsl/DangerResults";
/** Returns Markdown results to post if an exception is raised during the danger run */declareconstresultsForCaughtError: (file: string, contents: string, error: Error) =>DangerResults;
exportdefault resultsForCaughtError;