import type { WYWEvalMeta } from './types'; export declare function hasEvalMeta(value: unknown): value is WYWEvalMeta;