export declare class SmartError extends Error { name: string; constructor(errorMessageArg: string); }