import type { IContainer } from "bottlejs"; /** * @returns {boolean} `true` if the name was bound to the factory, `false` if it was already bound * */ export declare function bind(name: string, factory: (container: IContainer) => any, scope?: string): boolean; export declare function setDefaults(name: string, object: any, scope?: string): void; //# sourceMappingURL=bind.d.ts.map