export declare const SimplePersonJson: { firstName: string; lastName: string; title: string; department: string; job: string; }[];