export declare type BlobId = string; export declare type ActionSpanId = string; export declare type BrowserSessionId = string; export declare type BrowserSessionArtifactId = string; export declare type BrowserSessionStateId = string | undefined; export declare type DeviceId = string; export declare type DeviceSlotId = string; export declare type JobId = string; export declare type JobRunId = string; export declare type JobConfigName = string; export declare type ImageId = string; export declare type PackageId = string; export declare type WebmateSeleniumSessionId = string; export declare type TestResultId = string; export declare type TestResultType = string; export declare type TestRunId = string; export declare type TestId = string; export declare type TestTemplateId = string; export declare type TestExecutionId = string; export declare type TestSessionId = string; export declare type ApplicationModelId = string; export declare type ArtifactId = string; export declare type DateTime = string; export declare type ProjectId = string; export declare type UserId = string; export declare type UUID = string;