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