export declare const getMergedConfig: (accessToken: any, config: any) => any; export declare const handleResponseErrors: (error: any) => Promise; export declare const getAccessToken: () => Promise; /** * Checks to make sure the error isn't cancelled, if so just return w/o doing anything *Otherwise call a pre-method, create a snackbar, then call a post-method *preCallBack returns a bool, true = show snackbar */ export declare const useHandleAxiosSnackbar: () => { handleErrorSnackbar: (error: any, customMessage: any, preCallBack: any, callback: any) => void; handleSuccessSnackbar: (message: any, preCallBack: any, callback: any, navigationPath: any, buttonText: any) => void; }; //# sourceMappingURL=apiHelpers.d.ts.map