export declare const TYPEDOC_ROOT: string; export declare const TYPESCRIPT_ROOT: string; export declare const TYPEDOC_VERSION: string; export declare const SUPPORTED_TYPESCRIPT_VERSIONS: string[]; export declare function hasBeenLoadedMultipleTimes(): boolean; export declare function getLoadedPaths(): string[]; export declare function isDebugging(): boolean;