import { Factory } from "./factory"; /** * This serves as a helper function to quickly access a factory * without having to perform all the manual registrations. * * @param {string} name * @returns {FactoryBuilder} */ export declare const factory: (name: string) => Factory; //# sourceMappingURL=helpers.d.ts.map