declare const _exports: { buildAuthMiddleware: typeof import("./src/middleware/authenticated"); passport: any; google: typeof import("./src/middleware/passport/google"); oidc: typeof import("./src/middleware/passport/oidc"); jwt: any; buildTenancyMiddleware: (allowQueryStringPatterns: any, noTenancyPatterns: any, opts?: { noTenancyRequired: boolean; }) => (ctx: any, next: any) => Promise; buildAppTenancyMiddleware: any; auditLog: (ctx: any, next: any) => Promise; authError: (done: any, message: any, err?: any) => any; buildCsrfMiddleware: (opts?: { noCsrfPatterns: never[]; }) => (ctx: any, next: any) => Promise; internalApi: (ctx: any, next: any) => Promise; refreshOAuthToken: (refreshToken: any, configType: any, configId: any) => Promise; updateUserOAuth: (userId: any, oAuthConfig: any) => Promise; ssoCallbackUrl: (db: any, config: any, type: any) => Promise; adminOnly: (ctx: any, next: any) => Promise; builderOnly: (ctx: any, next: any) => Promise; builderOrAdmin: (ctx: any, next: any) => Promise; joiValidator: typeof import("./src/middleware/joi-validator"); }; export = _exports;