import { PropertyDescriptor } from '../interface'; export declare const state: (target: object, key: string | symbol, descriptor?: PropertyDescriptor) => void; //# sourceMappingURL=state.d.ts.map