import type { ClonableMixin } from "../../core/Clonable.js"; import type { JSONSupport } from "../../core/JSONSupport.js"; /** @since 5.0 */ export default abstract class FieldFormat extends FieldFormatSuperclass {} declare const FieldFormatSuperclass: typeof JSONSupport & typeof ClonableMixin