export default class OutdatedIndexJson extends Error {
    componentId: string;
    indexJsonPath: string;
    showDoctorMessage: boolean;
    constructor(componentId: string, indexJsonPath: string);
}
