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