import type { Refkey } from "@alloy-js/core"; import type * as cl from "@typespec/http-client"; export interface ClientProps { } export declare function Client(props: ClientProps): import("@alloy-js/core").Children; export interface ClientClassProps { client: cl.Client; } export declare function getClientClassRef(client: cl.Client): Refkey; export declare function ClientClass(props: ClientClassProps): import("@alloy-js/core").Children; export interface NewClientExpressionProps { client: cl.Client; args: Refkey[]; } //# sourceMappingURL=client.d.ts.map