import { SdkConfig } from '@cxcloud/ct-types/sdk'; import 'isomorphic-fetch'; export declare const createAuthMiddlewareForIntrospectionFlow: (options: SdkConfig) => (next: any) => (request: any, response: any) => Promise;