import { LogicalOperatorConfig } from "../models/config/logical-operator-config"; export declare function not(config?: LogicalOperatorConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;