import { OwnerDeviceAdded } from '../../../typedef/notice/owner/impl/OwnerDeviceAdded'; export declare class OwnerDeviceAddedCodec { static encode(x: OwnerDeviceAdded): any; static decode(o: any): OwnerDeviceAdded; }