import type { AnyFn } from "../types.js";
export declare function afterTick(fn: AnyFn): void;
