/// export declare const imageUtils: { getImage: (imagePath: string, baseDir?: string) => Promise; getRemoteImage: (path: string) => Promise; };