import { Method } from "@raccoons-co/genera";
import Annotation from "./Annotation";
export default class ClassFieldDecorator implements Annotation {
    decorator(initializer: Method): Method;
}
