import { IObdPIDDescriptor, IParsedOBDResponse } from './obdTypes';
export declare function parseOBDResponse(hexString: string): IParsedOBDResponse;
export declare function getPIDInfo(pid: string): IObdPIDDescriptor | null;
export declare function getAllPIDs(): IObdPIDDescriptor[];
export { DTCBaseDecoder } from './DTC/DTCBaseDecoder';
export { VinDecoder } from './VIN/VinDecoder';
//# sourceMappingURL=index.d.ts.map