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