export * from './kd'; export * from './kv'; export * from './multimap'; export * from './vector'; /** Any type of value that can be stored as a string */ export type Stringifiable = string | object | number | boolean | null; //# sourceMappingURL=index.d.ts.map