///
import Response from '../../../common/Response';
declare const jwtExpired: ({ fn, args, }: {
fn: Function;
args: any;
}) => Promise;
declare const throttledJWTExpired: import("lodash").DebouncedFunc<({ fn, args, }: {
fn: Function;
args: any;
}) => Promise>;
export { throttledJWTExpired };
export default jwtExpired;