import type { CompilerContext } from "../context/context"; import type { TypeDescription } from "./types"; export declare function getSupportedInterfaces(type: TypeDescription, ctx: CompilerContext): string[];