import { Constraints, IEventCommands } from '@appium/types';
declare module '../driver' {
    interface BaseDriver<C extends Constraints> extends IEventCommands {
    }
}
//# sourceMappingURL=event.d.ts.map