import { type Children } from "@alloy-js/core"; import type * as cl from "@typespec/http-client"; export interface ClientContextProps { client: cl.Client; children?: Children; } export declare function ClientContext(props: ClientContextProps): Children; //# sourceMappingURL=client-context.d.ts.map