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