import { ExtendedDailyParticipant } from '../DailyParticipants';
/**
 * Returns all property paths for a given participant object.
 */
export declare const getParticipantPaths: (p: ExtendedDailyParticipant) => any[];
