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