import { ObjectMapping, UnitDefinition } from './definitions'; export declare function findCodeDefinition(code: number, mapping: ObjectMapping): [string, UnitDefinition] | undefined;