/**
 * There are some scenarios where we attempt to add the same key mapping to the same key multiple times.
 * This ensures that doing so will no-op instead of adding duplicate entries, which don't get cleaned up properly.
 */
export declare function monkeyPatchAddKeyMapping(): void;
