export declare class GeneralError { message: string; status?: any; errorObject: any; errorCode: any; constructor(message: string, status?: any); }