import { IAgendaJSON } from "../models/AgendaModel"; /** * returns sample data for an Agenda. Do not change this. The test Might break. */ export declare const getTestData: () => IAgendaJSON;