import { AgilityInstance } from "../../../types/agilityInstance";
/**
 * Modern push functionality using the sync system - replaces legacy push
 */
export declare function pushFiles(sourceInstance: AgilityInstance): Promise<boolean>;
