import type { TypeDescription } from "../../types/types"; import type { WriterContext } from "../Writer"; export declare function writeInterfaces(type: TypeDescription, ctx: WriterContext): void;