import { TappedMakeOffer } from "../../Schema/Events/Conversations";
/**
 * A user tapped the make offer button in an inquiry
 *
 * @example
 * ```
 * tappedMakeOffer("123")
 * ```
 *
 */
export declare const tappedMakeOffer: (id: string) => TappedMakeOffer;
