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