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