import type { PostprocessContext } from "../context/postprocess.js"; /** * Allocates types to files. If a type is defined in multiple files, it is hoisted to a shared file. * * @param context */ export declare const allocateTypesToFiles: (context: PostprocessContext) => void;