export default class ParseStudIPCSVToJSON {
    static getAllTutorsDict(nodes: any): any;
    static getTutorFromNode(node: any): string;
    static getSlotFromNode(node: any): any;
    static getWeekday(date: Date): string;
    static getAllGroups(nodes: any): any;
    static getGroupMembersFromNode(node: any): any;
    static getTutorFromSlot(slot: string): string;
    static parseStudIPCSVToJSON(s: string): Promise<any>;
    static getGroupsForTutors(parsedAsJSON: any): {};
}
