import { IPlan } from '../typings'; declare const usePlan: () => { onImportPlan: (demo: IPlan) => Promise; }; export default usePlan;