import { ISendPhoneVerificationRequest } from '@ackplus/nest-auth-contracts'; export declare class NestAuthSendPhoneVerificationRequestDto implements ISendPhoneVerificationRequest { tenantId?: string; } //# sourceMappingURL=send-phone-verification.request.dto.d.ts.map