import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class AiGuard implements INodeType { private static getBaseURL; private static extractTriggeredDetectors; private static extractBlockingDetectors; private static validateContentSize; description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; }