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