import { IDriverSystem } from "./driver_system"; /** * The default unknown driver of a . Used if the driver is not identified through * a key. * * @deprecated */ export interface IUnknownDriver extends IDriverSystem { } //# sourceMappingURL=unknown_driver.d.ts.map