export declare const printErrorDetails: (error: any) => void;
export declare const errorSummary: (error: any) => string;
