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