export declare class ResponseMessage { response: T; errorOccurred: boolean; errorCode: string; errorDescription: string; constructor(); }