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