export declare const decorator: {
    (): any;
    (option: unknown): any;
    (proto: import("../identity").IdentityAny<import("../identity").IdentityType>, name: any): any;
    (value: any, ctx: ClassMemberDecoratorContext): any;
};
//# sourceMappingURL=vanilla.d.ts.map