import { Enum, Interface, Model, Scalar, Union } from "../../core/types.js";
/**
 * Get a plausible name for the given type.
 * @experimental
 */
export declare function getPlausibleName(type: Model | Union | Enum | Scalar | Interface): string;
//# sourceMappingURL=get-plausible-name.d.ts.map