import type { StructToken } from "../types/struct-descriptor.js"; export declare function isStructToken(value: unknown): value is StructToken;