import { Conversion, ConversionRequest, DatabaseId } from '../types/types'; /** * @description attempts to record a conversion with SheerID's REST API using a previously-set verificationId (set in a cookie) */ export declare const convert: (conversionRequest: ConversionRequest) => void; /** * Begin a conversion session recording. * Saves verificationId as a cookie for use later. * This should be called by the page that has the SheerID