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