export declare function IsList(typeOfItems: any, usePropertyAsUuid?: string, uniqueItems?: boolean): (object: Object, propertyName: string) => void;
