import type { NumericValue } from '@directus/types';
export declare function parseNumericString(stringValue: string): NumericValue | null;
