import { Conditions, DecodeDevice } from './types'; export declare const propertyMatches: (device: DecodeDevice, conditions: Conditions, operand?: any) => boolean; //# sourceMappingURL=property.condition.d.ts.map