import { FormattedOutputResult } from './types';
export declare function formatIssue(result: FormattedOutputResult): string;
