import { Fetcher } from '../../common/api'; import { ContactInputDto } from '../types'; export declare const sendContact: (fetcher: Fetcher, contact: ContactInputDto) => Promise;