import type { AwsIdentityProperties } from "@aws-sdk/types"; import { SSOToken } from "@smithy/shared-ini-file-loader"; import { FromSsoInit } from "./fromSso"; /** * Returns a new SSO OIDC token from SSOOIDC::createToken() API call. * @internal */ export declare const getNewSsoOidcToken: (ssoToken: SSOToken, ssoRegion: string, init?: FromSsoInit, callerClientConfig?: AwsIdentityProperties["callerClientConfig"]) => Promise;