import { ZclFrame } from '../../zcl';
interface KeyValue {
    [s: string]: number | string;
}
declare function attributeKeyValue(frame: ZclFrame, deviceManufacturerID: number): KeyValue;
declare function attributeList(frame: ZclFrame, deviceManufacturerID: number): Array<string | number>;
export { attributeKeyValue, attributeList, };
//# sourceMappingURL=zclFrameConverter.d.ts.map