import type { AnyCell } from '../reactive';
export declare function isTag(arg: unknown): arg is AnyCell;
