import { AnyFunc } from '@vunk/shared/types'; export declare const waiting: (exec: AnyFunc, interval?: number, tryTimes?: number) => Promise;