import type { PropertyDeclaration } from '../types.js'; import { ClassElement } from './base.js'; export declare function state(options?: PropertyDeclaration): (protoOrDescriptor: Object | ClassElement, name?: PropertyKey) => any; //# sourceMappingURL=state.d.ts.map