/**
 * @deprecated please copy this code to your implementation instead, this function will be removed in the next major version of this package.
 * @param timer
 */
export declare function unrefTimer(timer: {
    unref(): unknown;
} | number): void;
//# sourceMappingURL=timer-util.d.ts.map