import { AttrsDefs, CardinalityKind, EntityDef, InstantDBAttr, InstantDBCheckedDataType, InstantDBInferredType, InstantSchemaDef, LinksDef, RoomsDef } from '@instantdb/core'; export declare function sortedEntries(o: Record): [string, T][]; export declare function capitalizeFirstLetter(string: string): string; export declare const rels: Record; export declare function indentLines(s: string, n?: number): string; export declare function joinWithTrailingSep(arr: string[], sep: string, trailingSep?: string): string; export declare function deriveClientType(attr: InstantDBAttr): { type: InstantDBCheckedDataType | InstantDBInferredType | 'any'; origin: 'checked' | 'inferred' | 'unknown'; }; export declare function formatKey(key: string): string; export type GenericSchemaDef = InstantSchemaDef>, LinksDef>>, RoomsDef>; //# sourceMappingURL=util.d.ts.map