import { SchemaObject } from "../openapi/types"; export declare function getSchemaName(schema: SchemaObject, circular?: boolean): string;