import { ISource } from '@qodly/shared'; export declare function getDebuggerTabPath(threadId: number): string; export declare function getDebuggerTabName(threadId: number, source: ISource): string;