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