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