import { IdentityLoginInputDto } from '../../dtos/identityDto'; import { DeviceService } from '../../../devices/deviceService'; import { IdentityTestCase } from './testCases'; export declare class SignUpTestSuite { params: object[]; getParameterForTestCase(testCase: number, deviceService: DeviceService, testWithMockApi: boolean): Promise; }