import * as models from '../../models'; export declare function oauth2VariableReplacer(text: unknown, type: string, context: models.ProcessorContext): Promise; export declare function getOAuth2Response(flow: string, prefix: string | undefined, context: models.OpenIdContext, tokenExchangePrefix?: string): Promise;