import { MobileError } from "./base.js"; export declare class PerfBaselineNotFoundError extends MobileError { constructor(name: string, platform: string); } export declare class PerfBaselineExistsError extends MobileError { constructor(name: string); } export declare class PerfCollectionError extends MobileError { constructor(platform: string, detail: string); } //# sourceMappingURL=perf.d.ts.map