import { AvailableConnection } from "../types";
export declare function useEnvironment(): AvailableConnection;
