export function applyProviderEnvAliases(
env: Record<string, string | undefined> | null | undefined,
): Record<string, string | undefined>;