import type { JSONType, OptionsType } from './types';
export type { JSONType, IAbstractConfig, OptionsType, EnumItem } from './types';
export declare const parse: (data: JSONType, keyName: string, options?: OptionsType) => string;
