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