/// import { CommandShape } from '@seleniumhq/side-model'; import Variables from '../../variables'; export default class FakeExecutor { customCommands: { [key: string]: () => void; }; implicitWait: number; initialized: boolean; killed: boolean; variables: Variables; constructor(..._args: any[]); init: jest.Mock; executeHook: jest.Mock; name: jest.Mock; cancel: jest.Mock; cleanup: jest.Mock; kill: jest.Mock, [], any>; beforeCommand: jest.Mock, [_commandObject: CommandShape], any>; afterCommand: jest.Mock; doAssert: jest.Mock; doAssertText: jest.Mock; doPause: jest.Mock, [timeout?: any], any>; doOpen: jest.Mock; doVerify: jest.Mock; doVerifyText: jest.Mock; doFake: jest.Mock; evaluateConditional: jest.Mock; } //# sourceMappingURL=JestFakeExecutor.d.ts.map