import { SetupFnArgs } from '../types'; declare const setup: ({ compare, getCtx, Given, setCtx, Then }: SetupFnArgs) => void; export default setup;