import { ProposalExecutedEventData } from '../../types';
import { Types } from '@swaptoshi/utils';
export declare const proposalExecutedEventSchema: Types.TypedSchema<ProposalExecutedEventData>;
