import { IStringItemValue } from '../interfaces'; import { TItemValue } from '../types'; export declare const isStringItemValue: (value: TItemValue) => value is IStringItemValue; //# sourceMappingURL=string-item-value.d.ts.map