import { Annotation } from "../internal"; export declare function createComputedAnnotation(name: string, options?: object): Annotation; export declare function decorateComputed20223_(annotation: Annotation, get: any, context: ClassGetterDecoratorContext): () => any;