export interface ISciprtParsed {
    url: string;
    scriptLanguage: string;
    embedderName: string;
    scriptId: string;
    sourceMapURL: string;
    hasSourceURL: boolean;
}
export interface ScriptSourceData {
    scriptId: string;
}
export declare const debuggerPlugin: import('../common').PluginInstance<void>;
//# sourceMappingURL=index.d.ts.map