// package: browserstack.sdk.v1 // file: sdk-messages-testhub.proto import * as jspb from "google-protobuf"; export class TestHub extends jspb.Message { getJwt(): string; setJwt(value: string): void; getBuildHashedId(): string; setBuildHashedId(value: string): void; getTesthubEvents(): boolean; setTesthubEvents(value: boolean): void; getErrors(): Uint8Array | string; getErrors_asU8(): Uint8Array; getErrors_asB64(): string; setErrors(value: Uint8Array | string): void; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): TestHub.AsObject; static toObject(includeInstance: boolean, msg: TestHub): TestHub.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo}; static serializeBinaryToWriter(message: TestHub, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): TestHub; static deserializeBinaryFromReader(message: TestHub, reader: jspb.BinaryReader): TestHub; } export namespace TestHub { export type AsObject = { jwt: string, buildHashedId: string, testhubEvents: boolean, errors: Uint8Array | string, } }