declare function normalizeSourceMap(map: any, resourceContext: string): any;
declare function normalizeSourceMapAfterPostcss(map: any, resourceContext: string): any;
export { normalizeSourceMap, normalizeSourceMapAfterPostcss };
