import { Request, Response } from "express";
export declare const addCommunicationPlatform: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const getContactPlatforms: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const sendMessageToContact: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
//# sourceMappingURL=contactPlatformController.d.ts.map