export function isV2KeyboardEditRejection(event: any): boolean; export function createV2KeyboardEditRejectionException(documentId: any): { documentId?: string | undefined; error: Error; code: string; editor: null; }; export function resolveV2MutationNoticeStatuses(scope: any, authorRequiredMessages: any, editRejectedMessages: any): { authorRequired: any; editRejected: any; }; export function createV2KeyboardEditRejectionNotificationGate(): { shouldNotify(scope: any, event: any): boolean; clear(scope: any): void; }; export const V2_EDIT_REJECTED_CODE: "edit-rejected"; export const V2_EDIT_REJECTED_MESSAGE: "This edit couldn\u2019t be completed. Adjust the selection and try again.";