import { CosmosChain } from "./types"; export declare const Path: { base: string; docker: (chain: CosmosChain) => string; info: string; }; //# sourceMappingURL=path.d.ts.map