import { EmitContext } from "@typespec/compiler";
export declare function $onEmit(context: EmitContext): Promise<void>;
