//#region src/keys.d.ts type FileKeyPart = string | number; type FileKeyParts = readonly FileKeyPart[]; type FileKeyEncoded = string; declare function encodeFileKey(parts: FileKeyParts): FileKeyEncoded; declare function decodeFileKey(key: FileKeyEncoded): FileKeyParts; declare function encodeFileKeyPrefix(parts: FileKeyParts): string; //# sourceMappingURL=keys.d.ts.map //#endregion export { FileKeyEncoded, FileKeyPart, FileKeyParts, decodeFileKey, encodeFileKey, encodeFileKeyPrefix }; //# sourceMappingURL=keys.d.ts.map