• Returns {
        history: string[];
        popHistory: () => string;
        pushHistory: (historyElement?: string) => string;
    }