import { Application } from '@tachybase/client'; import type { AxiosResponse } from 'axios'; export declare function authCheckMiddleware({ app }: { app: Application; }): ((res: AxiosResponse) => AxiosResponse)[];