import { AliasValue } from '../definitions/Alias.js'; export declare function matchIsAliasValue(candidate: unknown): candidate is AliasValue;