import { Optional } from '@stoplight/types';
export declare const getFirstPrimitiveProperty: (text: string) => Optional<[string, string | number | boolean | null]>;
