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