import { ISharedVehiclesSystemInformationOutput } from "../../../schema-definitions"; export declare function isSystemInformationEqual(objA: ISharedVehiclesSystemInformationOutput, objB: ISharedVehiclesSystemInformationOutput): boolean;