/** * Normalizes the group name based on the project virtual path and index. * * @param projectVirtualPath - The virtual path of the project. * @param index - The index used to generate the group name. * @returns The normalized group name. */ export declare const normalizeGroupName: (projectVirtualPath: string, index: number) => string;