import { StaticConfigurableModule, TypedClass } from "@proto-kit/common"; import { RuntimeModule } from "../runtime/RuntimeModule.js"; /** * Marks the decorated class as a runtime module, while also * making it injectable with our dependency injection solution. */ export declare function runtimeModule(): (target: StaticConfigurableModule & TypedClass>) => void; //# sourceMappingURL=decorator.d.ts.map