import type { Report } from "./report.ts"; export declare class FairspecException extends Error { report?: Report; constructor(message: string, options?: { report?: Report; }); }