import type { PuppetConstructor, PuppetInterface } from '../puppet/mod.js';
import { Puppet as PuppetAbstract } from '../puppet/mod.js';
export type { PuppetConstructor, PuppetInterface, };
export { PuppetAbstract, };
//# sourceMappingURL=impls.d.ts.map