declare function getImageUrl(options: { width?: number; height?: number; color?: string; text?: string; }): string; export default getImageUrl;