import type { HTTPSnippetClient } from "./types"; /** * HTTP snippet client configurations for each supported language. * These define which httpsnippet-lite target and client to use for each language. */ export declare const HTTP_SNIPPET_CLIENTS: HTTPSnippetClient[]; //# sourceMappingURL=constants.d.ts.map