export function createTask(visitorData: string): Promise<{ stop: () => void, start: () => Promise<{ poToken: string }> }>;