import { fromSSO as _fromSSO } from "@aws-sdk/credential-provider-sso"; export const fromSSO = (init = {}) => { return _fromSSO({ ...init }); };