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