import { Identificable } from './identififable';
export declare class LocatorTestResult extends Identificable {
    replayable: boolean;
    constructor(replayable: boolean, id?: string);
}
