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