import { TappedConfirmArtwork } from "../../Schema/Events/Conversations";
/**
 * A user tapped the confirm offer CTA in an inquiry
 *
 * @example
 * ```
 * tappedConfirmArtwork()
 * ```
 *
 */
export declare const tappedConfirmArtwork: () => TappedConfirmArtwork;
