/// <reference types="node" />
export declare const loadImage: (backgroundImageUrl: string) => Promise<Buffer>;
