import { MigrationError } from '../MigrationError.js';
export declare class NoPhotosDirError extends MigrationError {
    parentDir: string;
    constructor(parentDir: string);
    toString(): string;
}
