export interface ImageSnapshotsConfiguration {
    path: string;
    files: string;
    ignore: string;
}
