import type { ADFAttributes, ADFAttributesAnyOf } from '../types/ADFAttribute'; export declare function isAnyOf(adfAttributes: ADFAttributes): adfAttributes is ADFAttributesAnyOf;