import type { PathSpec } from '@struktoai/mirage-core/types'; export declare function rawPathOf(path: PathSpec): string; export declare function nextcloudKey(path: PathSpec): string; export declare function isNotFound(error: unknown): boolean; //# sourceMappingURL=util.d.ts.map