/**
* Get the image src from the script url
* @param src - The src of the image
* @param scriptUrl - The url of the script (use import.meta.url)
* @returns The image src
*/
export declarefunctiongetImageSrc(src: string, scriptUrl: string): string;
//# sourceMappingURL=getImageSrc.d.ts.map