import { SchemaObject } from '../openapi-models'; export declare const checkIsObjectSchema: (schema: any) => schema is SchemaObject;