export declare function injectSourcesContent(map: {
    sources: string[];
    sourceRoot?: string;
    sourcesContent?: (string | null)[];
}, file: string): Promise<void>;
