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