declare namespace uuidv7 {
    function generate(): string;
    function getDate(uuid: string): Date;
}

export { uuidv7 };
