import { ApiAndConfigParams } from '../types'; import { AuthMiddleware } from './types'; export declare function auth({ api, config }: ApiAndConfigParams): AuthMiddleware; //# sourceMappingURL=index.d.ts.map