import { Definition } from 'nightwatch';

declare module 'nightwatch' {
	interface NightwatchCustomPageObjects {
	}

	export interface NightwatchCustomCommands {
	}
}