export declare class PhotoNotExistError extends Error {
    constructor(message?: string);
}
