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