import { MobileError } from "./base.js"; export declare class BaselineNotFoundError extends MobileError { constructor(name: string, platform: string); } export declare class BaselineExistsError extends MobileError { constructor(name: string, platform: string); } export declare class VisualMismatchError extends MobileError { constructor(name: string, platform: string, diffPercent: number, threshold: number); } export declare class BaselineCorruptedError extends MobileError { constructor(name: string, reason: string); } //# sourceMappingURL=visual.d.ts.map