/** * Class that represents the API status */ export declare class ApiStatus { error: boolean; code: string; type: string; message: string; }