/** * Checks if the given schema type includes the specified type. */ export declare function isSchemaTypeInclude(schemaType: string | string[], type: string): boolean;