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