import { SSOOIDCClient } from "@aws-sdk/client-sso-oidc";
export declare const getSsoOidcClient: (ssoRegion: string) => SSOOIDCClient;
