import { Twt } from './types.ts'; export type HashableTwt = Pick & Partial>; export default function hashTwt(twt: HashableTwt, version?: number): string;