export declare const Decorators: { property({ target, name, get, cache }: { target: any; name: any; get?: Function; cache?: boolean; }): void; }; //# sourceMappingURL=Decorators.d.ts.map