export declare const FAILED_ATTEMPT_TO_CONNECT = "Failed to connect to Chrome Debugging Protocol"; export declare const ATTEMPT_TO_CONNECT = "Attempting to connect to Chrome Debugging Protocol"; export declare const CONNECTED = "Connected to Chrome Debugging Protocol"; export declare const DISCONNECTED = "Chrome Debugging Protocol disconnected"; export declare const CONNECTION_IS_NOT_DEFINED = "Connection to Chrome Debugging Protocol isn't defined yet."; export declare const FAILED_TO_CONNECT: string;