export declare const isSsoLocked: (user: any) => Promise<any>;
declare const _default: {
    isSsoLocked: (user: any) => Promise<any>;
};
export default _default;
//# sourceMappingURL=sso-lock.d.ts.map