import type { ConflictStrategy } from './types/index.js'; export declare function syncStatus(): Promise; export declare function syncInit(): Promise; export type { ConflictStrategy } from './types/index.js'; export declare function syncSelect(): Promise; export declare function runSync(opts?: { silent?: boolean; conflict?: ConflictStrategy; selectedFiles?: string[]; }): Promise;