import type { Lifetime } from '../Lifetime'; /** * Marks a class as injectable and registers it with the container. * * @public * @param options - Options to configure the injectable behavior. */ export declare function Injectable(options?: { lifetime?: Lifetime; }): ClassDecorator; //# sourceMappingURL=InjectableDecorator.d.ts.map