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