import { SSOToken } from "@smithy/core/config";
export declare const writeSSOTokenToFile: (id: string, ssoToken: SSOToken) => Promise<void>;
