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