import { BaserowClient } from "./baserow-client"; /** * Operations for managing Baserow jobs and background tasks. */ export declare class JobOperations { private client; constructor(client: BaserowClient); }