/// <reference types="node" />
import { Svg } from "@svgdotjs/svg.js";
export declare const convertBufferToDataUrl: (content: Buffer, mimeType: string) => string;
export declare const convertSvgToDataUrl: (svg: Svg) => string;
