import type { RuntimeModule } from "../runtime/RuntimeModule.js"; /** * Decorates a runtime module property as state, passing down some * underlying values to improve developer experience. */ export declare function state(): >(target: TargetRuntimeModule, propertyKey: string) => void; //# sourceMappingURL=decorator.d.ts.map