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