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