import type { Ref } from 'vue'; type Fn = (...args: any[]) => Promise; type OutputFn = (...args: ARGS) => Promise; export declare function wrapFnWithBusyState(busy: Ref, fn: T): OutputFn>; export {}; //# sourceMappingURL=busy.d.ts.map