import { RuntimeHandle, RuntimesClient, type RuntimeHandleFactory as SharedRuntimeHandleFactory } from "@introspection-sdk/http"; import type { HttpClient } from "../http.js"; import type { IntrospectionClient } from "../client.js"; import { Runner } from "../runner.js"; export { RuntimeHandle }; export declare class RuntimesApi extends RuntimesClient { private readonly client; constructor(http: HttpClient, client: IntrospectionClient); } export type RuntimeHandleFactory = SharedRuntimeHandleFactory; export declare function attachRuntimes(client: IntrospectionClient, http: HttpClient): RuntimesApi & RuntimeHandleFactory; //# sourceMappingURL=runtimes.d.ts.map