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