export interface ITestIdService {
    setupAllTestIds(): void;
}
