import { AddUserContactInput } from '../types'; export declare const addUserContact: (input: AddUserContactInput) => Promise;