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