export interface ISourceMap {
    mappings: string;
    sources: string[];
    sourcesContent: string[];
}
