import type { Bud } from '@roots/bud-framework';
import type { Signifier, Value } from './types.js';
export declare function handleSignifierValuePair(bud: Bud, signifier: Signifier, value: Value): Bud;
