import { Bud } from '@roots/bud';
declare let instance: Bud;
declare const get: () => Bud;
declare const set: (bud: Bud) => void;
export { get, instance as bud, instance, set };
