import { Api } from 'nightwatch';
export default function getClientProxy(getClient: () => Api, subPages?: string[]): Api;
