import { InspectionResult } from './types';
export declare function inspectValue(value: string): InspectionResult;
