import type { RuntimeAdapter } from "./types"; export declare function genericRuntimeAdapter(): RuntimeAdapter; export declare function autoRuntimeAdapter(): RuntimeAdapter; //# sourceMappingURL=runtime.d.ts.map