import { RpgContext } from '@rpgjs/common'; export declare let context: RpgContext | null; export declare function inject(service: (new (...args: any[]) => T) | string, _context?: RpgContext): T; export declare function setInject(_context: RpgContext): void; export declare function clearInject(): void;