import type { AxiosInstance } from 'axios'; import type { CustomerConfig } from '../types.js'; /** * Push changed files to NEWO platform */ export declare function pushChanged(client: AxiosInstance, customer: CustomerConfig, verbose?: boolean, shouldPublish?: boolean): Promise; //# sourceMappingURL=push.d.ts.map