/** * Validate and canonicalize a storage key shared by filesystem and memory * backends. Storage keys are relative POSIX-style paths; callers that need a * root directory use `allowEmpty` explicitly (mkdir/list only). */ export declare function canonicalStorageKey(key: string, allowEmpty: boolean, operation: string): string; //# sourceMappingURL=path.d.ts.map