Declare your methods that get values from the browser here. These utilities are based upon TestCafé's ClientFunctions.
Import and create an new instance of the Browser utils.
import { Browser } from '../utils/browser'
const browserUtil = new Browser()
Use the available methods in your tests.
browserUtil.getUrl()