import { EmailSenderRO } from '@escapenavigator/types/dist/profile/email-senders/email-sender.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = EmailSenderRO[]; export declare const getEmailSenders: ApiMethodDeclaration; export {};