import type { SourceCodeInfo } from '../../tokenizer/token'; export declare function getCodeMarker(sourceCodeInfo: SourceCodeInfo): string;