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