import type { IWebhookFunctions } from 'n8n-workflow';
export declare function validateAuth(context: IWebhookFunctions): Promise<void>;
