import type { PostprocessContext } from "../context/postprocess.js"; /** * Generates the required imports and exports for types that have been hoisted to a shared file. * * @param context */ export declare const prependImportsAndExports: (context: PostprocessContext) => void;