import { type CometCurrentSelection } from '../comet-entry/current-selection.js'; import type { NativeProjectPaths } from './native-types.js'; export declare const NATIVE_SELECTION_MAX_BYTES: number; export declare function readNativeSelectionRecord(paths: NativeProjectPaths): Promise; export declare function nativeSelectionFile(paths: NativeProjectPaths): string; export declare function selectNativeChange(paths: NativeProjectPaths, name: string): Promise; export declare function resolveSelectedNativeChange(paths: NativeProjectPaths): Promise; export declare function clearNativeSelection(paths: NativeProjectPaths): Promise; export declare function clearNativeSelectionLocked(paths: NativeProjectPaths): Promise; export declare function clearNativeSelectionIf(paths: NativeProjectPaths, name: string): Promise; export declare function clearNativeSelectionIfLocked(paths: NativeProjectPaths, name: string): Promise; //# sourceMappingURL=native-selection.d.ts.map