import { HttpClient } from '../Client.http';
import { saveMonitor, typesystem } from '../Client.typesystem';
import { t, TypeSystem } from '../common';
export declare class Client {
    static Http: typeof HttpClient;
    static TypeSystem: typeof TypeSystem;
    static http(input?: t.ClientHttpInput): t.IHttpClient;
    static saveMonitor: typeof saveMonitor;
    static typesystem: typeof typesystem;
    static env(env: t.IEnv): t.IClientTypesystem;
}
