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