import { AnyFunc } from '../function'; export interface Refreshable { refresh: AnyFunc; }