//#region src/keys.d.ts type FileKeyPart = string | number; type FileKeyParts = readonly FileKeyPart[]; type FileKeyEncoded = string; //#endregion export { FileKeyEncoded, FileKeyParts }; //# sourceMappingURL=keys.d.ts.map