import type { EthernaSSOClient } from ".";
import type { SSOIdentity } from "..";
export declare class IdentityClient {
    private instance;
    constructor(instance: EthernaSSOClient);
    /**
     * Get current SSO user
     */
    fetchCurrentIdentity(): Promise<SSOIdentity>;
}
//# sourceMappingURL=identity.d.ts.map