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