/**
 * An Error signifying that the connection to Chrome was lost.
 *
 * @export
 */
export declare class ConnectionLostError extends Error {
    constructor();
}
