import { FromSsoInit } from "./fromSso";
export declare const getSsoOidcClient: (
  ssoRegion: string,
  init?: FromSsoInit
) => Promise<any>;
