export declare class VINResult { vin?: string; constructor(vin?: string); withVin(vin: string): VINResult; } //# sourceMappingURL=VINResult.d.ts.map