import Station from '@terra-money/station-connector';
export declare const getStationFromExtension: () => Promise<Station | undefined>;
