import { SetSyncOptionStruct } from '../types'; declare const setStorageSync: (args: SetSyncOptionStruct) => any; export default setStorageSync;