export = ErrorClass; declare class ErrorClass implements Error { name: string; message: string; constructor(message?: string); }