interface PropertiesObject { [key: string]: PropertyDescriptor; } export default function WebDriver(options: Record, modifier?: Function, propertiesObject?: PropertiesObject): { (this: void, sessionId: string, commandWrapper?: Function | undefined): any; lift(name: string, func: Function, proto: Record, origCommand?: Function | undefined): void; }; export {}; //# sourceMappingURL=monad.d.ts.map