import type { CommonTokenStream } from 'antlr4ts'; import type { MalloyTranslation } from '../parse-malloy'; import type { Annotation } from '../../model/malloy_types'; import type { MalloyParseInfo } from '../malloy-parse-info'; export declare function walkForModelAnnotation(forParse: MalloyTranslation, tokens: CommonTokenStream, parseInfo: MalloyParseInfo): Annotation;