import { type BlueprintError } from '../index.js';
/**
 * Validates that the given resource is a valid Document Webhook.
 * @param resource The Document Webhook resource
 * @returns A list of validation errors
 */
export declare function validateDocumentWebhook(resource: unknown): BlueprintError[];
