import type { SyncOptions } from "./types.js"; export declare const runPull: (options: SyncOptions) => Promise;