import { PregnancyWeek, PregnancyWeekApi } from "../together/interfaces/types";
export declare const formatPill: (data: PregnancyWeekApi | null) => PregnancyWeek;
