export * as google from './google/protobuf/timestamp'; export { testsystem as common } from './testsystem/v1/common/common'; export { testsystem as testCase } from './testsystem/v1/entities/test_case'; export { testsystem as testSuite } from './testsystem/v1/entities/test_suite'; export { testsystem as events } from './testsystem/v1/events/events'; export { testsystem as observer } from './testsystem/v1/observer/observer'; export declare const testsystem: Record; export type testsystem = typeof testsystem; //# sourceMappingURL=index.d.ts.map