import { type Element } from '@mdgate/containers'; /** * Pick the branch of an `mc:AlternateContent`: the first `mc:Choice` whose * `Requires` namespaces are all supported, else the `mc:Fallback`. */ export declare function alternateBranch(alt: Element, supported: readonly string[]): Element | undefined;