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