export declare class GppData { gppString: string; applicableSections: number[]; sections: Record>; constructor(gppString: string, applicableSections: number[], sections: Record>); }