export declare const displaySuccess: (summaryPath: string) => void; export declare const displayError: (err: unknown) => void;