import { FieldType } from '@terascope/types'; /** * All of the numeric like field types */ export declare const numericTypes: ReadonlySet; /** * All of the string like field types */ export declare const stringTypes: ReadonlySet; //# sourceMappingURL=config.d.ts.map