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