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