export declare const booleanEquals: (
  value1: boolean,
  value2: boolean
) => boolean;
