/** * An alternative to flushPromises based on Promise. */ export declare function resolveImmediate(callback: () => void): void;