export declare const useEffectAsync: (effect: () => Promise<void | (() => void)>, inputs: any[]) => void;
//# sourceMappingURL=useEffectAsync.d.ts.map