export default function usePortkeyLock(): { isUnlocking: boolean; lock: () => void; };