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