import { IStaffMember } from "../models/IStaffMember";
export declare const getUserDisplay: (staff: IStaffMember | undefined | null, includeEmail?: boolean, includePhone?: boolean, includeRacf?: boolean) => string;
export declare const getUsersDisplay: (staff: IStaffMember[] | undefined | null, includeEmail?: boolean, includePhone?: boolean, includeRacf?: boolean) => string;
//# sourceMappingURL=staffUtils.d.ts.map