import { UpdateSmsSettingsDto } from '@escapenavigator/types/dist/profile/profile-sms/dto/update-sms-settings.dto'; import { SmsSettingsRO } from '@escapenavigator/types/dist/profile/profile-sms/ro/sms-settings.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { data: UpdateSmsSettingsDto; }; export declare const updateSmsSettings: ApiMethodDeclaration; export {};