/** Return whether a runtime value is a framework-safe blob identifier. */ export declare function isSafeBlobId(id: unknown): id is string; /** Validate an identifier before any blob backend constructs a storage path. */ export declare function assertSafeBlobId(id: unknown): asserts id is string; //# sourceMappingURL=blob-id.d.ts.map