import { IChangedKeys, IGeneralContext, ISyncOption } from '../../types'; declare const createSync: (context: T) => (changedKeys: IChangedKeys, options?: ISyncOption) => Promise>; export default createSync;