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