export declare function errorCard(spec: ErrorCardSpec): string; export interface ErrorCardSpec { title?: string; body: string | string[]; hint?: string; stack?: string; }