import Snaker from '../index'; export default function createWebClick(snaker: Snaker, genExtraData?: Function): { start: () => void; };