import { IKey } from "./key"; /** The class that represents Tachograph type key. */ export interface ITachographKey extends IKey { } //# sourceMappingURL=tachograph_key.d.ts.map