export declare function configureTscSourcemapGenerationFlow(): Promise<void>;
/**
 * Modifies tsconfig.json (@param tsConfigPath) to enable source maps generation.
 *
 * Exported only for testing
 */
export declare function enableSourcemaps(tsConfigPath: string): Promise<boolean>;
