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