export declare const getImageURL: (el: CanvasImageSource, { width, height }: { readonly width: number; readonly height: number; }) => string;