import { Profile } from "@smithy/types"; import { SsoProfile } from "./types"; export declare const isSsoProfile: (arg: Profile) => arg is Partial;