import { Image } from 'canvas'; import { ImageResolvable } from '../types'; export declare function getFontSize(str: string): string | 30; /** Load a image from a URL */ export declare function loadImage(url: string): Promise; export declare function toImage(image: ImageResolvable, name?: string): Promise; //# sourceMappingURL=image.d.ts.map