declare namespace Minecraft
{
    export type Identifier = `${string}:${string}`
}