import { DeviceChildrenAdded } from '../../../typedef/notice/device/impl/DeviceChildrenAdded';
export declare class DeviceChildrenAddedCodec {
    static encode(x: DeviceChildrenAdded): any;
    static decode(o: any): DeviceChildrenAdded;
}
