import { Annotation } from "../internal";
export declare function createFlowAnnotation(name: string, options?: object): Annotation;
export declare function decorateFlow20223_(annotation: Annotation, mthd: any, context: ClassMethodDecoratorContext): any;