import { MenuId } from "@codingame/monaco-vscode-api/vscode/vs/platform/actions/common/actions"; import { RawContextKey } from "@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey"; export declare const PlanReviewFeedbackMenuId: MenuId; export declare const hasPlanReviewFeedback: RawContextKey; export declare const navigatePreviousPlanReviewFeedbackActionId = "planReviewFeedback.action.navigatePrevious"; export declare const navigateNextPlanReviewFeedbackActionId = "planReviewFeedback.action.navigateNext"; export declare const clearAllPlanReviewFeedbackActionId = "planReviewFeedback.action.clearAll"; export declare const navigationBearingFakeActionId = "planReviewFeedback.navigation.bearings"; export declare function registerPlanReviewFeedbackEditorActions(): void;