import type { EntryObject, Name, Signifier } from '@roots/bud-api/methods/entry';
import type { Bud } from '@roots/bud-framework';
export declare function handleNamed(bud: Bud, name: Name, value: Array<Signifier> | EntryObject | Signifier): Promise<Bud>;