export declare const getNextCharacter: (charCode: number) => number | null; export declare const charCodesToString: (charCodes: number[]) => string; /** * Function that finds the first next alphabetical available id in a list of ids * Needed for lmdb * * https://chat.openai.com/share/253a17ed-154b-4028-99bb-8769d2fa2f91 */ export declare const findNextId: (ids: string[] | string) => string; //# sourceMappingURL=findNextId.d.ts.map