import { type BlobatarOptions } from "./blobatar"; /** * A `data:` URI suitable for `` or `background-image`. * * Percent-encoded rather than base64: base64 inflates payloads ~33%, while SVG * markup is mostly characters that survive percent-encoding untouched. Only the * characters that actually break inside an attribute are escaped. */ export declare function blobatarUri(name: string, opts?: BlobatarOptions): string; //# sourceMappingURL=uri.d.ts.map