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