import { InitiateSyncResponse, FetchTypesResponse, TaskRequestData } from '../types/Sandbox.js'; import { HubSpotPromise } from '../types/Http.js'; /** * @deprecated Sync functionality has been deprecated and will be removed in a future release. */ export declare function initiateSync(fromHubId: number, toHubId: number, tasks: Array, sandboxHubId: number): HubSpotPromise; /** * @deprecated */ export declare function fetchTypes(accountId: number, toHubId: number): HubSpotPromise;