import { Image } from 'canvas';
export declare function loadImageSafe(url: string): Promise<Image | null>;
