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