import * as counterDuck from './counter/mod.js';
import * as dingDongDuck from './ding-dong/mod.js';
declare const counter: import("../src/bundle.js").Bundle<typeof counterDuck>, dingDong: import("../src/bundle.js").Bundle<typeof dingDongDuck>;
/**
 * We can export the Ducks to provide the Ducks Bundles!
 */
export { counter, dingDong, };
//# sourceMappingURL=quack.d.ts.map