declare type spinFn = (options: T) => Promise; declare const _default: (label: string, cb: spinFn, killProcess?: boolean) => (options: T) => Promise; export default _default;