import type { BlueprintError } from '../index.js';
export declare function validateDocumentWebhook(parameters: unknown): BlueprintError[];
