export declare class IndexString { uid: string; value: string; constructor(uid: string, value: string); } //# sourceMappingURL=index_string.d.ts.map