import { BaserowClient } from "./baserow-client"; /** * Operations for managing Baserow SSO authentication. */ export declare class SsoOperations { private client; constructor(client: BaserowClient); }