import type { IExecuteFunctions } from 'n8n-workflow';
export declare const getTypeValidationStrictness: (version: number) => string;
export declare const getTypeValidationParameter: (version: number) => (context: IExecuteFunctions, itemIndex: number, option: boolean | undefined) => boolean | undefined;
//# sourceMappingURL=utils.d.ts.map