export declare class TestIdentification { private static appVersion; static setTmsLink(tmsLink: string): void; static setDescription(description: string): void; static setFeature(feature: string): void; static setAppVersion(appVersion: string): void; static captureEnvironment(): Promise; }