export declare class ExtError extends Error { readonly details?: string | undefined; constructor(message: string, details?: string | undefined); }