import type { Bud } from '../../index.js'; export declare const expose: (propName: `${keyof Bud & string}`) => (constructor: Type) => { new (...args: any[]): { [x: string]: any; }; } & Type;