import { TypeDecl } from "./declarations.js"; /** * Flatten transitive base members into targets that represent derived models by value. * Derived declarations override inherited members with the same name while retaining * the ancestor-defined field order. */ export declare function flattenInheritance(types: TypeDecl[], declarationUniverse?: TypeDecl[]): TypeDecl[];