export type ValidationType = 'PixelPerfect';
export interface CacheConfig {
    cacheFilePath?: string;
    validationType?: ValidationType;
}
