export declare type loadingCallbackModel = (status: boolean) => void; export declare type errorCallbackModel = (errorMessage: string) => void;