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