export default function parseLastName(source: string): { value: string; start: number; end: number; }; //# sourceMappingURL=parseLastName.d.ts.map