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