export declare const createLCDClient: ({ restEndpoint }: { restEndpoint: string; }) => Promise<{ cosmos: { auth: { v1beta1: import("../cosmos/auth/v1beta1/query.lcd").LCDQueryClient; }; authz: { v1beta1: import("../cosmos/authz/v1beta1/query.lcd").LCDQueryClient; }; bank: { v1beta1: import("../cosmos/bank/v1beta1/query.lcd").LCDQueryClient; }; base: { node: { v1beta1: import("../cosmos/base/node/v1beta1/query.lcd").LCDQueryClient; }; }; consensus: { v1: import("../cosmos/consensus/v1/query.lcd").LCDQueryClient; }; distribution: { v1beta1: import("../cosmos/distribution/v1beta1/query.lcd").LCDQueryClient; }; gov: { v1beta1: import("../cosmos/gov/v1beta1/query.lcd").LCDQueryClient; }; staking: { v1beta1: import("../cosmos/staking/v1beta1/query.lcd").LCDQueryClient; }; tx: { v1beta1: import("../cosmos/tx/v1beta1/service.lcd").LCDQueryClient; }; upgrade: { v1beta1: import("../cosmos/upgrade/v1beta1/query.lcd").LCDQueryClient; }; }; lavanet: { lava: { conflict: import("./lava/conflict/query.lcd").LCDQueryClient; downtime: { v1: import("./lava/downtime/v1/query.lcd").LCDQueryClient; }; dualstaking: import("./lava/dualstaking/query.lcd").LCDQueryClient; epochstorage: import("./lava/epochstorage/query.lcd").LCDQueryClient; fixationstore: import("./lava/fixationstore/query.lcd").LCDQueryClient; pairing: import("./lava/pairing/query.lcd").LCDQueryClient; plans: import("./lava/plans/query.lcd").LCDQueryClient; projects: import("./lava/projects/query.lcd").LCDQueryClient; protocol: import("./lava/protocol/query.lcd").LCDQueryClient; rewards: import("./lava/rewards/query.lcd").LCDQueryClient; spec: import("./lava/spec/query.lcd").LCDQueryClient; subscription: import("./lava/subscription/query.lcd").LCDQueryClient; timerstore: import("./lava/timerstore/query.lcd").LCDQueryClient; }; }; }>;