export declare class ImageNotFoundError extends Error {
    constructor(path: string);
}
