{
    "range": [
        0,
        13
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 13
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                13
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 13
                }
            },
            "type": "ImportDeclaration",
            "specifiers": [],
            "source": {
                "range": [
                    7,
                    12
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 7
                    },
                    "end": {
                        "line": 1,
                        "column": 12
                    }
                },
                "type": "Literal",
                "value": "mod",
                "raw": "\"mod\""
            }
        }
    ]
}