import { XepRecordDeviceAdded } from '../../typedef/xep/impl/XepRecordDeviceAdded';
export declare class XepRecordDeviceAddedCodec {
    static encodeObject(record: XepRecordDeviceAdded): any;
    static decodeObject(o: any): XepRecordDeviceAdded;
}
