import type { Spinner } from '../types'; export default function actionRunner(spinner: Spinner, fn: (...args: any[]) => Promise): (...args: any[]) => Promise; //# sourceMappingURL=action-runner.d.ts.map