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