export type HistoryAction = 'view_more' | 'view_details' | 'back'; export declare function showHistoryMenu(): Promise; //# sourceMappingURL=history-menu.d.ts.map