import type { HybridObjectSpec } from './HybridObjectSpec.js';
import type { Type } from './types/Type.js';
export declare function getAllTypes(spec: HybridObjectSpec): Type[];
