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