import type { Refkey } from "@alloy-js/core"; import type { HttpOperation } from "@typespec/http"; import * as cl from "@typespec/http-client"; export interface ClientOperationsProps { client: cl.Client; } export declare function ClientOperations(props: ClientOperationsProps): import("@alloy-js/core").Children; export interface ClientOperationProps { httpOperation: HttpOperation; refkey: Refkey; internal?: boolean; } export declare function ClientOperation(props: ClientOperationProps): import("@alloy-js/core").Children; //# sourceMappingURL=client-operation.d.ts.map