import { Cosmostation } from './types';
export declare const getCosmostationFromExtension: () => Promise<Cosmostation | undefined>;
