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