import { SendTestSmsDto } from '@escapenavigator/types/dist/profile/profile-sms/dto/send-test-sms.dto'; import { SendTestSmsRO } from '@escapenavigator/types/dist/profile/profile-sms/ro/send-test-sms.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { data: SendTestSmsDto; }; export declare const sendTestSms: ApiMethodDeclaration; export {};