import { SmtpRO } from '@escapenavigator/types/dist/profile/smtp/smtp.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = SmtpRO[]; export declare const getSmtps: ApiMethodDeclaration; export {};