import { Credentials } from '../../../utils/getFullCredentials.types';
import { SendChatLocationMessage } from './sendChatLocationMessage.types';
export declare const sendChatLocationMessage: (credentials: Credentials) => SendChatLocationMessage;
