/**
 * Pass parameters optionally so we don't have to fetch them again
 * Returns whether the content transfer setup has changed
 */
declare const _default: (localizableTree?: any[] | null, storedSetupSchema?: any[] | null, allModelsTree?: any[] | null) => Promise<boolean>;
export default _default;
