import { SourceItem, Value } from "./types";
import { DataSourceLookup } from "./types/DataSource";
export declare const guid: () => string;
export declare const isUnique: (value: string, index: number, array: string[]) => boolean;
export declare const getValue: (item: SourceItem, dsl: DataSourceLookup) => Value;
export declare const getText: (item: SourceItem, dsl: DataSourceLookup) => string;
