import { Person } from '../models/person';
export declare const getPerson: (id: number) => Promise<Person>;
