import type { I18nAnnotationNode } from './../../types';
import type { PropertyLine } from '../../parser/properties/types';
/**
 * Get i18n annotation.
 *
 * @param commentLine comment line
 * @returns annotation node
 */
export declare function getAnnotation(commentLine: PropertyLine | undefined): I18nAnnotationNode | undefined;
//# sourceMappingURL=annotation.d.ts.map