import type * as cl from "@typespec/http-client"; /** * Flatten the client hierarchy into a single-level array, * caching the result to avoid recomputing. */ export declare function flattenClients(client: cl.Client): cl.Client[]; //# sourceMappingURL=client-discovery.d.ts.map