import { ImportCommentInfo } from '../../../../../../common/formats/utils/import-comment-info';
import { CommentElementDestination } from './comment-element-destination';
export declare class CommentStartElementDestination extends CommentElementDestination {
    protected assignCommentPosition(comment: ImportCommentInfo): void;
}
