import type { RawSourceMap } from 'source-map'; export declare const getSourceMap: (url: string, content: string) => Promise;