import type { AccountStorage } from "../../interfaces/AccountStorage";
export default function useAccountSync(storage: AccountStorage, projectId: string): void;
