import type { Children } from "@alloy-js/core"; import type { EmitContext } from "@typespec/compiler"; import type { JsClientEmitterOptions } from "./lib.js"; /** * Main function to handle the emission process. * @param context - The context for the emission process. */ export declare function $onEmit(context: EmitContext): Promise; export declare function HttpClientOverrides(props: { children?: Children; }): Children; //# sourceMappingURL=emitter.d.ts.map