import type { Dictionary, SelectorReturn, UndefinedSubstitutionReturn } from '../types'; export declare function undefinedSubstitution, TDestination extends Dictionary, TSelectorReturn = SelectorReturn>(substitution: TSelectorReturn): UndefinedSubstitutionReturn;