import { DstService } from './dst.service'; import { OtpService } from './otp/otp.service'; export declare class DstController { private readonly otpService; private readonly dstService; constructor(otpService: OtpService, dstService: DstService); sendOTP(phone: any): Promise; loginOrRegister(role: string, id: any, phone: any, otp: any, dob: any): Promise; } //# sourceMappingURL=dst.controller.d.ts.map