export default function parseDocumentCodeId(source: string): string | { value: string; start: number; end: number; };