export declare namespace EveHistoryInterface {
    interface Base {
    }
}
export type EveHistoryInterface = {
    components: [{
        flags: {};
        methods: EveHistoryInterface.Base;
    }];
};
