import { EnumType } from "../../models"; import { Type } from "../../models/Type"; export declare function getAllEnumsInside(type: Type): Set;