<?php

namespace Lightscale\LaralightAssets\Contracts;

interface ManifestParser
{
    public function parse(string $data): array;
}