import { type Observable } from "rxjs";
import type { OpenIdConfiguration } from "../config/openid-configuration";
import type { CallbackContext } from "../flows/callback-context";
export declare class CodeFlowCallbackService {
    private readonly flowsService;
    private readonly router;
    private readonly flowsDataService;
    private readonly intervalService;
    authenticatedCallbackWithCode(urlToCheck: string, config: OpenIdConfiguration, allConfigs: OpenIdConfiguration[]): Observable<CallbackContext>;
}
//# sourceMappingURL=code-flow-callback.service.d.ts.map