import { Schema } from '../schemas.static.types';
export default function areSchemasTheSame(left: Schema, right: Schema): boolean;
